home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagination Express: Destination Pyramids
/
PYRAMIDS.ISO
/
THEMES
/
PYRAMIDS
/
FACTBOOK
/
PROJECTO.R
/
PROJECTO.DIR 2 21 art
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-21
|
296 b
|
14 lines
on enterFrame
global gIntroPageVisited
if gIntroPageVisited = "True" then
pauseTicks(130)
puppetTransition(52, 2, 8, 1)
set gIntroPageVisited to "True"
go("Chapter1")
else
puppetTransition(52, 2, 8, 1)
set gIntroPageVisited to "True"
go("Chapter1")
end if
end